Middle Trim
Command Prototype
sRet = StrCut(sData,iStart,iSize)
Command Description
Delete a specified number of characters starting from a specified position
Parameter Description
- Required Parameter
- sData--The string to operate on
- iStart--The position to start trimming the string
- iSize--The length of the string to cut
- return
- sRet--The variable used to save the output of the function call